body * {
  box-sizing: border-box;
  flex-shrink: 0;
margin: 0 auto;
  word-break: normal;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  margin: 0 auto;
  word-break: normal;
  background: #f8f8f8;
}
.body_he2513{
  width: 100%;background-color: rgba(248, 248, 248, 1);overflow: hidden;margin: 0;
  padding: 0px 0 40px 0;
}
.body_he2513 *{
  margin: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.m_b_30{
  margin-bottom: 30px;
}.m_b_10{
  margin-bottom: 10px;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.margin_12_auto{
  width: 1200px;
  margin: 0 auto
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
}

.clamp_1{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.clamp_2{
  -webkit-line-clamp:2;
  display: -webkit-box!important;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}
.clamp_3{
  -webkit-line-clamp:3;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}
.clamp_4{
  -webkit-line-clamp:4;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}
.main_left_23451{
  width: 880px;
  margin-right: 20px;
}.main_reght_23451{
   width: 300px;
}

 .m_t20{
   margin-top: 20px!important;
 } .m_t30{
   margin-top: 30px!important;
 }.m_t25{
    margin-top: 25px!important;
  }
.m_t10{
  margin-top: 10px!important;
}
.m_t15{
  margin-top: 15px;
}
.h_18{
  height: 18px;
}
.h_35 {
  height: 35px;
}
.mb_10{
  margin-bottom: 10px;
}
.mb_20{
  margin-bottom: 20px!important;
}
.m0at{
  margin: 0 auto;
}
.font_color_da1{
  color: #7F7F7F;
}
.font_color_da1 a{
  display: contents !important;
  color: #22aeec;
}
.bac_wh{
  background-color: #ffffff;
}
.p_5{
  padding: 5px;
}
.p_10{
  padding: 10px;
}
.p_15{
  padding: 15px;
}
.padTop20{
  padding-top: 20px!important;
}

.body_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.body_top>div {
  width: 372px;
  height: 62px;
  background-color: #D7D7D7;
  color: #AEAEAE;
  text-align: center;
  line-height: 62px;
}

.collapse_allbtn {
  position: relative;
}
.collapse_statusText {
  overflow: hidden;
  display: block;
  padding-right: 80px;
}
.collapse_openSpan {
  position: absolute;
  right: 0px;
  top: 0px;
}
.rich-text-field{
  width: 100%;
}
.rich-text-field *{
  max-width: 100%;
}
a{
  cursor: pointer!important;
}
a:hover,a:after{
  text-decoration: none;
}
.pos-relative{
  position: relative;
}
.w_49{
  width: 49%;
}
.w_50{
  width: 50%;
}.w_33{
  width: 33%;
}
a,a:hover{
  color: black;
}
.sm_btn2_href{
  color: #E94609;
}
.disBlock{
  display: block;
}
.text-center{
  text-align: center;
}

.w_h_100{
  width: 100%;height: 100%
}
.small_hand{
  cursor:pointer;

}
img {
transition: all 0.6s;
}
img:hover{
  transform: scale(1.15);//图片按照比例，整体放大了1.2倍
}
a img:hover{
  transform: none;//图片按照比例，整体放大了1.2倍
}
.issss :hover{
  transform: none !important;
}
.el-carousel__arrow i {
  cursor: pointer;
  font-weight: 1000 !important;
  font-size:25px !important;
  color: white;
}
.title_houer:hover{
  color: #0D4D87 !important;

}
.secondary_text img {
   max-width: 80% !important;
   border-radius: 5px !important;
 }
.secondary_text li {
  list-style: disc;
}

.secondary_text video {
  max-width: 80% !important;
  height: auto;
}
.secondary_text span {
  text-wrap: unset !important;
}
.secondary_text {
  max-width: 100%;

  /* 这两个在技术上是一样的, 为了兼容了浏览器两个都加上 */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* 这个的使用在web-kit中有些危险，他可能会阶段所有东西 */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* 如果浏览器支持的话增加一个连接符(Blink不支持) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*广告*/
.ad-mag-top-line-ad{
  width: inherit;
  column-gap: 15px;
}
.ad-mag-top-line-ad .ad-mag-top-line-link{
  width: 390px;
}
.ad-mag-top-line-ad .ad-mag-top-line-link img{
  width: 100%;
  height: 100%;
  max-height: 85px;
  object-fit: cover;
}
.ad-mag-line-inner-img{
  max-height: 90px;
  width: 100%;
}
.ad-mag-btn-image{
  width: auto;height: auto;max-width: 100%;max-height: 100%
  /*width: 232px;*/
  /*height: 90px;*/
  /*object-fit: cover;*/
}
.ad-mag-btn-a{
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.objectCover{
  object-fit: cover;
}
.sm_tag{
  background: rgba(13, 77, 135, .1);
  border-radius: 11px;
  padding: 4px 11px;
  font-size: 10px;
  font-weight: 400;
  color: #0D4D87;
  line-height: 14px;
  margin-right: 6px;
}

.index_card {
        width: 300px;
        height: 169px;
        margin: 20px 0;
    }

    .index_card img {
        width: 100%;
        height: 100%;
    }
.el-icon-close:before{
  content: " " !important;
}
.el-dialog__close{
  width: 28px !important;
  height: 28px !important;
  background: url('../img/icon-register-close.png') no-repeat !important;
  background-size: contain !important;
}
.el-dialog__headerbtn{
  top: 9px !important;
}

.adcafea{
  background: #0D4D87;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
  padding: 0 50px;
  height: 40px;
  line-height: 40px;
  width: 200px;
}
.adcafea12{
  width: 100%;text-align: center;padding: 10px
}
.ca_dsae{
  width: 100px;display: inline-block;vertical-align: bottom;
}
.containerWidth,.container{
  width: 1200px;
  margin: auto;
  padding: 0;
}
.adv-mag-hengfu{
  display: flex;
  justify-content: space-around;
  grid-gap: 10px;
}
.adv-mag-btn{
  display: flex;
  justify-content: flex-start;
  grid-gap: 10px;
}
.adv-mag-hengfu .advImage{
  width: 100%;
  height: 100%;
}
.adv-mag-hengfu .adv-mag-link{
  display: inline-block;
  flex: 1;
  height: 110px;
}
.adv-mag-btn .adv-mag-link{
  display: inline-block;
 /* width: 230px;*/
 /* width: 223px;*/
  flex: 1;
  height: 90px;
}
.adv-mag-btn .adv-mag-link img{
   width: 100%;
   height: 100%;
 }

.adv-mag-hengfu .adv-mag-link img{
  width: 100%;
  height: 100%;
}
.disInline{
  display: inline-block;
}

.bdr50{
  border-radius: 50%;
}

/*列表页头像*/
.header_img{
  max-width: 30px!important;
  max-height: 20px!important;
  border-radius: 0!important;
  object-fit: contain!important;
  width: auto!important;
  height: auto!important;
}
/*详情页头像*/
.detail_page_header_img{
  max-width: 100px!important;
  max-height: 50px!important;
  border-radius: 0!important;
  object-fit: contain!important;
  width: auto!important;
  height: auto!important;
}
/*列表级别名称*/
.list_role_name{
  max-width: 80px!important;
  white-space: nowrap!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
}
/*pc右上角头像*/
.pc_right_header_img{
  max-width: 50px!important;
  max-height: 50px!important;
  border-radius: 0!important;
  object-fit: contain!important;
  width: auto!important;
  height: auto!important;
}

.bold{
  font-weight: bold;
}
pre{
  padding:0!important;
  border-radius: 0;
}
.divider{
  height: 1px;
  background: #efefef;
  margin: 10px;
}
.sm_company{
  width: 160px;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;

}

.sm_item_title {
  white-space: break-spaces;
}
e_m_n{
  color: red;
}
.flex{
  display: flex;
}
.flex_1{
  flex: 1;
}
.lh_30{
  line-height: 30px;
}
.flex_center{
  display: flex;align-items: center;
}
.w_100{
  width: 100%;
}

.tags_img{
  width: 22px !important;
  height: 22px !important;
}


.right_live_div{
  position: absolute; left: 50%; top: 50%; margin-top: -19px; margin-left: -19px; background: transparent; text-align: center; line-height: 20px; color: rgb(255, 255, 255); font-size: 10px;
}
.right_live_div img{
  width: 62px !important; height: 62px !important;
}

.por_right{
  position: fixed !important;
  width: 70px;
  top: 190px !important;
  left: 50% !important;
  margin-left: -735px;
}
.overflow_hidden{
  overflow:hidden;
}
.outer5_featured{
  border-radius: 5px;
  background-color: rgba(233, 70, 9, 0.1);
  color: rgba(233, 70, 9, 1);
  font-size: 12px;
  line-height: 23px;
  padding: 0 5px;
  margin-right: 5px;
  display: inline-block;
  font-weight: bold;
}

.layui-anim.layui-icon{
  display: none !important;
}
